home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_4 / lha2lzx.ads < prev    next >
Text File  |  1995-08-14  |  3KB  |  106 lines

  1. Short:    ARexx script to convert lha arcs to lzx
  2. Author:   chris@chewy.demon.co.uk (Chris Hewitt)
  3. Uploader: chris@chewy.demon.co.uk (Chris Hewitt)
  4. Type:     util/rexx
  5.  
  6.  
  7. So you've got lzx and found that it packs better that lha. So what do you do
  8. about all your lha archives?
  9.  
  10. Use lha2lzx that's what.
  11.     -------
  12.  
  13. Usage: [rx] lha2lzx <Archive> [Temp <Temp Dir>] [Delete] [Quiet]
  14.  
  15. Where:
  16.  
  17.     rx        the usual command to run an ARexx script.
  18.         If you set the script flag (protect lha2lzx +s), however, it
  19.         should run as any other script (as long as it is in the
  20.         search path).
  21.  
  22.     Archive is the lha archive to convert eg. fred.lha
  23.  
  24.     Temp    when this flag is specified the next parameter is taken to be
  25.         the temporary directory to be used to unarchive into.
  26.         (Actually a subdirectory is created in this one to ensure it is 'clean')
  27.         T: is used by default
  28.  
  29.     Delete  if this flag is specified then the original lha archive is deleted
  30.  
  31.     Quiet   if this flag is specified then all output from the
  32.         un-archiving/re-archiving process is sent to Nil:
  33.  
  34. Requirements
  35. ============
  36.  
  37.     An Amiga of some sort !
  38.     ARexx running
  39.     lha and lzx somewhere in the search path (Usually C:)
  40.  
  41.  
  42. Distribution/Disclaimer
  43. =======================
  44.  
  45. lha2lzx is placed in the public domain. All I ask is that if you alter it you
  46. E-Mail me a copy of the new script (see below).
  47.  
  48. lha2lzx is to be used at your own risk. I cannot guarantee it will always work.
  49.  
  50.  
  51. Contacting the author
  52. =====================
  53.  
  54. You can contact me by E-Mail at:
  55.  
  56.     chris@chewy.demon.co.uk
  57.  
  58. or snail mail:
  59.  
  60.     Chris Hewitt
  61.     11 Wragby Road East
  62.     North Greetwell
  63.     Lincoln
  64.     Lincolnshire LN2 4RA
  65.     England
  66.  
  67.  
  68. Please feel free to send any pieces of paper bearing the Queen's head to the above
  69. address :-))
  70.  
  71. ------------------------------------------------------------------------------------
  72.  
  73. lha2lzx was written on an A1200 with:
  74.     a Blizzard 1230-II 50 MHz '030 with 4Mb RAM (Upgraded to 8Mb this morning !!)
  75.     a 170Mb Hard Drive
  76.  
  77. ( Overkill I know, but it sounds good though :) )
  78.  
  79. ------------------------------------------------------------------------------------
  80.  
  81. 'I believe in peace, Bitch...' - The Waitress by Tori Amos
  82.  
  83. ------------------------------------------------------------
  84.                  Amiga Distribution System
  85. ------------------------------------------------------------
  86.  
  87.                         ADS Zone: 1
  88.                   ADS Hatch Site: Don Plesky
  89.               ADS Position: ADS Zone 1 Coordinator
  90.                  BBS Name: EastPointe Amiga BBS
  91.                  Phone Number(s): 810-773-6959
  92.                  Network Address: 1:120/229  
  93.                      Network Region: 11    
  94.                    BBS Hours: 24 Hrs/Day
  95.            BBS Mailer/Software: DLG Trapdoor/PDQmail
  96.                    BBS Storage Space: 2 Gig 
  97.                File Requestable :  <X> Y     < > N
  98.                File Request Hours : All The Time
  99.  
  100.  
  101.  
  102. ---------------------------------------------------------------
  103. Help the Amiga! Join the ADS team Become a ADS Hub<=>Freq ADSINFO 
  104. ---------------------------------------------------------------
  105.  
  106.